home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / macintosh technotes and q&as / technotes / ps / smalldaemon.p folder / sdaemon.r < prev   
Encoding:
Text File  |  1997-12-10  |  361 b   |  23 lines

  1. #include "types.r"
  2. resource 'SIZE' (-1) {
  3.     reserved,
  4.     acceptSuspendResumeEvents,
  5.     reserved,
  6.     canBackground,
  7.     notMultiFinderAware,
  8.     onlyBackground,
  9.     dontGetFrontClicks,
  10.     ignoreChildDiedEvents,
  11.     not32BitCompatible,
  12.     isHighLevelEventAware,
  13.     localAndRemoteHLEvents,
  14.     notStationeryAware,
  15.     dontUseTextEditServices,
  16.     reserved,
  17.     reserved,
  18.     reserved,
  19.     10000,
  20.     10000
  21. };
  22.  
  23.